home *** CD-ROM | disk | FTP | other *** search
- Path: news.delphi.com!usenet
- From: daleburrell@delphi.com
- Newsgroups: comp.sys.amiga.networking
- Subject: help with dial script
- Date: Thu, 21 Mar 96 22:23:35 -0500
- Organization: Delphi (info@delphi.com email, 800-695-4005 voice)
- Message-ID: <53DI1SH.daleburrell@delphi.com>
- NNTP-Posting-Host: bos1f.delphi.com
-
- Can someone help me get my dialup script for 'PPP.device'
-
- I do connect now, but that all that happen.
-
- I think what the service want is to get started first by
- sending 2 CR.
- Then it ask for my 'username:'
- Next it asks for my 'password:'
-
- Then finally it asks me to 1) Start PPP\n
- 2) Telnet to the Server\n
- 3) EXIT\n
- \n
- Enter Number:
-
-
- __________________here_is_my_capture_____________________________
-
-
- Annex Command Line Interpreter * Copyright 1991 Xylogics, Inc.
-
-
-
- Checking authorization, Please wait...
-
- Annex username: **********
-
- Annex password: ************
-
-
-
- Permission granted
-
- Welcome to The Internet Ramp\n
- \n
- 1) Start PPP\n
- 2) Telnet to the Server\n
- 3) EXIT\n
- \n
- Enter Number:
- 3
-
-
-
- Resetting line and disconnecting.
-
-
-
-
-
- NO CARRIER
-
- __________________HERE_IS_MY_DIALUP_SCRIPT________________________
-
- #
- ECHO OFF
- TIMEOUT 3600 ; Set maximum wait time (in ticks)
- REDIAL "BUSY" ; Redial on busy signal
- DELAY 100
- SEND ""
- DELAY 50 _____________________________
- SEND "atz" ; Initialize the modem |It seens to get stuck here.
- DELAY 20 |I've tried WAIT "CT"
- WAIT "K" ; Wait for the OK / and WAIT "14"
- SEND "ATDT2539040" ; Dial /
- WAIT "BIS" ; Wait for connect <- but still nothing happens
- DELAY 10 \
- SEND "" \
- SEND "" |
- WAIT "name:" ; Wait for Name: |____________________________
- SEND "*********" ; Send your User ID
- DELAY 20
- WAIT "d:" ; Wait for Password:
- SEND "**********" ; Send your password
- DELAY 50
- SEND"1"
- #END
- _________________________________________________________________
-
- Please help me to get connected. you will be helping me and a couple
- of others try this Service.
-
- I've go on the service by call with another COMM program and then on
- the menu switch on 'serial quiet' then launch PPP(startnet). What a
- hassle!
- ********************************************
- * 6 PHASES OF A PROJECT *
- * *
- * 1. ENTHUSIASM *
- * 2. DISILLUSIONMENT *
- * 3. PANIC *
- * 4. SEARCH FOR THE GUILTY *
- * 5. PUNISHMENT OF THE INNOCENT *
- * 6. PRAISE AND HONOR THE NON-PARTICIPANTS *
- ********************************************
-